home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1998 August / PC Direct August 1998.iso / S / powerj / Product / hpp.z / dtjcanvs11.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-25  |  495 b   |  20 lines

  1. // Design Time Java Canvas implementation. (HPP)
  2.  
  3. #ifndef _DTJCANVS11_HPP
  4. #define _DTJCANVS11_HPP
  5.  
  6. #include "dtjcomp11.hpp"
  7.                       
  8. class METAEXPORTCLASSDEF DTJCanvas11 : public DTJComponent11
  9. {
  10.     public:
  11.         DTJCanvas11( const MetaObject * pMetaObj );
  12.         virtual ~DTJCanvas11();
  13. };
  14.  
  15. // needed for mdreader
  16. typedef DTJCanvas11 DTjava__dot__awt__dot__Canvas__dot__11;
  17. typedef WControl  java__dot__awt__dot__Canvas__dot__11;
  18.  
  19. #endif // _DTJCANVS11_HPP
  20.